Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ISecurityManagement Dim securedData As ISecuredData Dim newState As IApprovedHealthServicesForDistribution(Of T) instance.SetApprovedHealthServicesForDistribution(securedData, newState) |
Syntax
Visual Basic |
---|
Sub SetApprovedHealthServicesForDistribution(Of T As EnterpriseManagementObject) ( _ securedData As ISecuredData, _ newState As IApprovedHealthServicesForDistribution(Of T) _ ) |
C# |
---|
void SetApprovedHealthServicesForDistribution<T> ( ISecuredData securedData, IApprovedHealthServicesForDistribution<T> newState ) where T : EnterpriseManagementObject |
C++ |
---|
generic<typename T> where T : EnterpriseManagementObject void SetApprovedHealthServicesForDistribution ( ISecuredData^ securedData, IApprovedHealthServicesForDistribution<T>^ newState ) |
J# |
---|
|
JScript |
---|
|
GenericParameters
- T
-
The type of objects returned.
Of type EnterpriseManagementObject.
Parameters
- securedData
-
Type: ISecuredData
The credentials.
- newState
-
Type: IApprovedHealthServicesForDistribution{
A list of health services with the corresponding states.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.